home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Style Effects on a Link.sd < prev    next >
INI File  |  2004-06-28  |  1KB  |  49 lines

  1. [SUBJECT]
  2. Description=Style efects on a link Script
  3. ImageIndex=-1
  4. Folder=Text Effects
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript">
  9. ;<!-- begin script
  10. ;function netie(net, ie) {
  11. ;  if ((navigator.appVersion.substring(0,3) >= net && navigator.appName == 'Netscape' && net != -1) || (navigator.appVersion.substring(0,3) >= ie && navigator.appName.substring(0,9) == 'Microsoft' && ie != -1))
  12. ;    return true;
  13. ;else return false;
  14. ;}
  15. ;//  end script -->
  16. ;</script>
  17.  
  18. [BODY_TEXT]
  19. ;<a href="`URL`" style="color:`inactive_color`;font-size:`inactive_font_size`pt" onMouseOver="netie(-1,4)?this.style.color='`active_color`':null;netie(-1,4)?this.style.fontSize='`active_font_size`pt':null;netie(-1,4)?this.innerText='Active style text':null" onMouseOut="netie(-1,4)?this.style.color='`inactive_color`':null;netie(-1,4)?this.style.fontSize='`inactive_font_size`pt':null;netie(-1,4)?this.innerText='Inactive style text':null">Inactive style text</a>
  20.  
  21.  
  22.  
  23. [`URL`]
  24. Kind=U
  25. Value=http://dynamicdrive.com
  26.  
  27.  
  28.  
  29. [`inactive_color`]
  30. Kind=C
  31. Value=#FF0000
  32.  
  33. [`inactive_font_size`]
  34. Kind=N
  35. Value=10
  36.  
  37.  
  38.  
  39. [`active_color`]
  40. Kind=C
  41. Value=#00FF00
  42.  
  43. [`active_font_size`]
  44. Kind=N
  45. Value=10
  46.  
  47.  
  48.  
  49.